Fix bug
This commit is contained in:
parent
d80f066138
commit
3c7ebec0dd
@ -13,7 +13,7 @@ service AccountingChain {
|
||||
rpc BlockNumber (BlockNumberRequest) returns (BlockNumberResponse);
|
||||
rpc GetBlockByNumber (GetBlockByNumberRequest) returns (Block);
|
||||
rpc GetBlockByHash (GetBlockByHashRequest) returns (Block);
|
||||
rpc GetTransactionByHash (GetTransactionByHashRequest) returns (Block);
|
||||
rpc GetTransactionByHash (GetTransactionByHashRequest) returns (Transaction);
|
||||
rpc GetTransactionByBlockNumberAndIndex (GetTransactionByBlockNumberAndIndexRequest) returns (Transaction);
|
||||
rpc GetTransactionByBlockHashAndIndex (GetTransactionByBlockHashAndIndexRequest) returns (Transaction);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user