Skip to content

Commit

Permalink
get rid of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Sukach committed Sep 13, 2024
1 parent 786bc9a commit d7ea9d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vm/rpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,6 @@ func TestGetBlockSignature(t *testing.T) {
result := new(coretypes.ResultBlock)
_, err := rpcClient.Call(context.Background(), "block", map[string]interface{}{"height": vm.state.LastBlockHeight}, result)
require.NoError(t, err)
//
//result := new(bytes.HexBytes)
//_, err := rpcClient.Call(context.Background(), "get_block_signature", map[string]interface{}{base58.Encode()}, result)
//require.NoError(t, err)

resultSig := new(bytes.HexBytes)
blkID, err := ids.ToID(result.Block.Hash().Bytes())
Expand Down

0 comments on commit d7ea9d4

Please sign in to comment.