diff options
| author | Jacob Brydolf <jacob@brydolf.net> | 2016-10-04 13:55:55 +0200 |
|---|---|---|
| committer | Jacob Brydolf <jacob@brydolf.net> | 2016-10-04 13:55:55 +0200 |
| commit | 79bb5a670a0e2bcecf41203c54610279734cf719 (patch) | |
| tree | 8d47f6626e7e462cbbbe728498faf6da0041ea8f /src | |
| parent | ae987907c6db1c8625152f2eb4b7944dd2a5c3ce (diff) | |
| download | monzero-core-79bb5a670a0e2bcecf41203c54610279734cf719.tar.gz monzero-core-79bb5a670a0e2bcecf41203c54610279734cf719.tar.xz monzero-core-79bb5a670a0e2bcecf41203c54610279734cf719.zip | |
Fix build after spelling corrections in core_rpc_server
Diffstat (limited to 'src')
| -rw-r--r-- | src/rpc/core_rpc_server.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rpc/core_rpc_server.cpp b/src/rpc/core_rpc_server.cpp index 76ffd9334..700019250 100644 --- a/src/rpc/core_rpc_server.cpp +++ b/src/rpc/core_rpc_server.cpp @@ -961,8 +961,8 @@ namespace cryptonote error_resp.message = "Internal error: coinbase transaction in the block has the wrong height"; return false; } - res.headers.push_back(block_header_responce()); - bool responce_filled = fill_block_header_responce(blk, false, block_height, block_hash, res.headers.back()); + res.headers.push_back(block_header_response()); + bool responce_filled = fill_block_header_response(blk, false, block_height, block_hash, res.headers.back()); if (!responce_filled) { error_resp.code = CORE_RPC_ERROR_CODE_INTERNAL_ERROR; |
