Skip to content

Commit

Permalink
fix: forgot to update OracleRegisterTx ABIVersion in a unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
randomshinichi committed Jun 4, 2019
1 parent 77c4e20 commit 1079858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aeternity/transactions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ func TestOracleRegisterTx_RLP(t *testing.T) {
queryFee: Config.Client.Oracles.QueryFee,
oracleTTLType: 0,
oracleTTLValue: uint64(100),
abiVersion: uint64(1),
abiVersion: uint64(0),
vmVersion: uint64(0),
txFee: Config.Client.Fee,
txTTL: uint64(50000),
Expand Down

0 comments on commit 1079858

Please sign in to comment.