From f81452a364bebc0f1bab7f59a493652f1f155369 Mon Sep 17 00:00:00 2001 From: Arsenii Pechenkin Date: Sun, 13 Mar 2022 23:28:36 +0300 Subject: [PATCH] [near] --- crypto/near/src/bundle.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/near/src/bundle.rs b/crypto/near/src/bundle.rs index 5d369fb..e1ca52a 100644 --- a/crypto/near/src/bundle.rs +++ b/crypto/near/src/bundle.rs @@ -10,7 +10,7 @@ impl Contract { receiver_id: AccountId, //we add an optional parameter for perpetual royalties perpetual_royalties: Option>, - bundles: Vec, + bundles: Vec, transfer_ownership: bool, ) { //measure the initial storage being used on the contract