neo-go/pkg/rpc/server
Roman Khimov 9e35758653 rpc: fix gettxout result for already spent outputs
As per C# documentation [1]:
  If the transaction output is already spent, the result value will be null .

[1]: https://docs.neo.org/docs/en-us/reference/rpc/latest-version/api/gettxout.html
2020-12-31 13:54:42 +03:00
..
testdata core: save NEP5 transfer notify index 2020-08-03 10:58:23 +03:00
prometheus.go rpc: reuse handlers map for prometheus metrics 2020-03-25 15:25:12 +03:00
server.go rpc: fix gettxout result for already spent outputs 2020-12-31 13:54:42 +03:00
server_helper_test.go mempool: replace timeStamp with blockStamp 2020-11-11 15:48:13 +03:00
server_test.go rpc: fix gettxout result for already spent outputs 2020-12-31 13:54:42 +03:00
subscription.go rpc/server: add notification filters 2020-05-14 17:28:14 +03:00
subscription_test.go rpc/block: rework the way Block is JSONized 2020-05-14 17:28:14 +03:00