You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
int64(size)*bc.FeePerByte() +// fee for unsigned size
2243
2243
int64(sizeDelta)*bc.FeePerByte() +// fee for multisig size
2244
-
66*bc.FeePerByte() +// fee for Notary signature size (66 bytes for Invocation script and 0 bytes for Verification script)
2244
+
transaction.DefaultInvocationScriptSize*bc.FeePerByte() +// fee for Notary signature size (66 bytes for Invocation script and 0 bytes for Verification script)
2245
2245
2*bc.FeePerByte() +// fee for the length of each script in Notary witness (they are nil, so we did not take them into account during `size` calculation)
2246
2246
notaryServiceFeePerKey+// fee for Notary attribute
0 commit comments