difftreelog
fix use Option instead of AccountId::default
in: master
1 file changed
pallets/nft/src/lib.rsdiffbeforeafterboth266426642665 <ContractOwner<T>>::insert(new_contract_address.clone(), who.clone());2665 <ContractOwner<T>>::insert(new_contract_address.clone(), who.clone());266626662667 T::AccountId::default()2667 None2668 }2668 }266926692670 // When the contract is called, check if the sponsoring is enabled and pay fees from contract endowment if it is2670 // When the contract is called, check if the sponsoring is enabled and pay fees from contract endowment if it is