Skip to content

Commit

Permalink
Update OracleResponseCode.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon committed Nov 6, 2020
1 parent 31c616d commit 15783eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/neo/Network/P2P/Payloads/OracleResponseCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ public enum OracleResponseCode : byte
Forbidden = 0x14,
ResponseTooLarge = 0x16,
InsufficientFunds = 0x18,
ConsensusUnreachable = 0x1a,

Error = 0xff
}
Expand Down

0 comments on commit 15783eb

Please sign in to comment.