CityOfZion / neo-lux

.NET SDK to interact with the NEO blockchain and invoke smart contracts
MIT License
37 stars 24 forks source link

Output cost check and Transaction type check fixes #4

Closed gubanotorious closed 6 years ago

gubanotorious commented 6 years ago

Added cost check for greater than zero in NeoAPI.cs to account for changes disallowing output costs of 0

Fixed use of tx.version instead of tx.type when checking the type in Transaction.cs