Storage transactions are now paid for by a system account (#4193)
* Pay program loading fees from a system account * Pay transaction fees from a system account
This commit is contained in:
@ -81,7 +81,6 @@ fn main() {
|
||||
entrypoint_info,
|
||||
Arc::new(keypair),
|
||||
storage_keypair,
|
||||
None,
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
|
Reference in New Issue
Block a user