Skip to content

Commit

Permalink
[near]
Browse files Browse the repository at this point in the history
  • Loading branch information
Pe4enable committed Mar 13, 2022
1 parent 231222c commit f81452a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/near/src/bundle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ impl Contract {
receiver_id: AccountId,
//we add an optional parameter for perpetual royalties
perpetual_royalties: Option<HashMap<AccountId, u32>>,
bundles: Vec<Address, TokenId>,
bundles: Vec<Token>,
transfer_ownership: bool,
) {
//measure the initial storage being used on the contract
Expand Down

0 comments on commit f81452a

Please sign in to comment.