neoneo-go/pkg/rpc/server
Roman Khimov 6a61e86d12 rpc: wrap calculatenetworkfee result in a structure
C#:
{
  "jsonrpc": "2.0",
  "id": 2,
  "result": {
    "networkfee": "1185120"
  }
}

Go:
{
  "id": 2,
  "jsonrpc": "2.0",
  "result": 1185120
}

Thanks @csmuller for finding it.
2021-06-04 23:38:35 +03:00
..
testdata rpc: use non-native NNS instead of native NNS in testchain 2021-05-17 22:08:15 +03:00
client_test.go core: remove nnsrecords package from native 2021-05-17 22:24:56 +03:00
prometheus.go rpc: reuse handlers map for prometheus metrics 2020-03-25 15:25:12 +03:00
server.go rpc: wrap calculatenetworkfee result in a structure 2021-06-04 23:38:35 +03:00
server_helper_test.go block: drop Network from the Header 2021-03-26 13:45:18 +03:00
server_test.go rpc/request: handle bool parameters correctly 2021-05-25 11:24:28 +03:00
subscription.go block: remove ConsensusData field 2021-03-10 13:38:44 +03:00
subscription_test.go *: fix whitespace errors 2021-05-12 22:51:41 +03:00
util.go rpc, internal: fix CodeQL int conversions warnings 2021-04-19 11:30:28 +03:00