Add StakeInstruction::Merge logging
This commit is contained in:
@ -256,6 +256,7 @@ impl RpcClient {
|
||||
for (i, log) in logs.iter().enumerate() {
|
||||
debug!("{:>3}: {}", i + 1, log);
|
||||
}
|
||||
debug!("");
|
||||
}
|
||||
}
|
||||
return Err(err);
|
||||
|
Reference in New Issue
Block a user