From 2d079cacf678e7c6aeba4d07cac0af0efa3f5437 Mon Sep 17 00:00:00 2001 From: Srdjan Obucina Date: Tue, 14 Apr 2020 06:05:53 +0200 Subject: [PATCH] Fix build error --- .../peerplays_sidechain/sidechain_net_handler_bitcoin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/plugins/peerplays_sidechain/sidechain_net_handler_bitcoin.cpp b/libraries/plugins/peerplays_sidechain/sidechain_net_handler_bitcoin.cpp index 1d6d6e44..e9250ebc 100644 --- a/libraries/plugins/peerplays_sidechain/sidechain_net_handler_bitcoin.cpp +++ b/libraries/plugins/peerplays_sidechain/sidechain_net_handler_bitcoin.cpp @@ -1309,7 +1309,7 @@ int64_t sidechain_net_handler_bitcoin::settle_sidechain_transaction(const sidech return settle_amount; } -std::string sidechain_net_handler_bitcoin::create_primary_wallet_transaction() { +std::string sidechain_net_handler_bitcoin::create_primary_wallet_transaction(const son_wallet_object &prev_swo, std::string new_sw_address) { const auto &swi = database.get_index_type().indices().get(); const auto &active_sw = swi.rbegin(); if (active_sw == swi.rend() || active_sw->addresses.find(sidechain_type::bitcoin) == active_sw->addresses.end()) {