mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-13 05:11:21 +00:00
rpc: fixes for better type handlings, explicit error field in response, more tests
This commit is contained in:
@ -16,7 +16,6 @@ func SignTx(tx types.Tx, privAccounts []*account.PrivAccount) (types.Tx, error)
|
||||
return nil, fmt.Errorf("Invalid (empty) privAccount @%v", i)
|
||||
}
|
||||
}
|
||||
|
||||
switch tx.(type) {
|
||||
case *types.SendTx:
|
||||
sendTx := tx.(*types.SendTx)
|
||||
|
Reference in New Issue
Block a user