Avoid RpcRequest

This commit is contained in:
Michael Vines
2019-03-17 00:40:45 -07:00
parent c498775a3d
commit a35ebe1186
3 changed files with 28 additions and 34 deletions

View File

@ -47,7 +47,7 @@ impl GenericRpcClientRequest for MockRpcClientRequest {
let str = if self.url == "account_in_use" {
"AccountInUse"
} else if self.url == "bad_sig_status" {
"Nonexistent"
"SignatureNotFound"
} else {
"Confirmed"
};