Skip to content

Commit

Permalink
Merge pull request #528 from aeternity/fix_oracle_response_tx_type
Browse files Browse the repository at this point in the history
Fix copy-pasted TX type for oracle_response_tx
  • Loading branch information
hanssv committed Dec 21, 2017
2 parents 9e67a1a + 4401d66 commit 1317755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/aeoracle/src/aeo_response_tx.erl
Expand Up @@ -30,7 +30,7 @@
response/1]).


-define(ORACLE_RESPONSE_TX_TYPE, <<"oracle_query">>).
-define(ORACLE_RESPONSE_TX_TYPE, <<"oracle_response">>).
-define(ORACLE_RESPONSE_TX_VSN, 1).
-define(ORACLE_RESPONSE_TX_FEE, 2).

Expand Down

0 comments on commit 1317755

Please sign in to comment.