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

@@ -300,7 +300,6 @@ impl LocalCluster {
self.entry_point_info.clone(),
replicator_keypair,
storage_keypair,
None,
)
.unwrap();