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:
Michael Vines
2019-05-07 15:01:10 -07:00
committed by GitHub
parent d9e18a71ec
commit 55e3b7d380
5 changed files with 20 additions and 17 deletions

View File

@ -81,7 +81,6 @@ fn main() {
entrypoint_info,
Arc::new(keypair),
storage_keypair,
None,
)
.unwrap();