Fix storage program space issues and limit storage transaction data (#4677)
This commit is contained in:
@@ -153,7 +153,7 @@ impl Validator {
|
||||
keypair.clone(),
|
||||
)));
|
||||
|
||||
let storage_state = StorageState::new();
|
||||
let storage_state = StorageState::new(&bank.last_blockhash());
|
||||
|
||||
let rpc_service = if node.info.rpc.port() == 0 {
|
||||
None
|
||||
|
Reference in New Issue
Block a user