neoneo-go/pkg/rpc
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
..
client rpc: wrap calculatenetworkfee result in a structure 2021-06-04 23:38:35 +03:00
request rpc/request: handle bool parameters correctly 2021-05-25 11:24:28 +03:00
response rpc: wrap calculatenetworkfee result in a structure 2021-06-04 23:38:35 +03:00
server rpc: wrap calculatenetworkfee result in a structure 2021-06-04 23:38:35 +03:00
rpc_config.go *: enable godot linter and fix all its warnings 2021-05-12 23:17:03 +03:00