wallet.cpp: Put chain_id in wallet_data
This commit is contained in:
parent
4d8033443c
commit
f6a13a19f0
1 changed files with 1 additions and 0 deletions
|
|
@ -379,6 +379,7 @@ public:
|
||||||
{
|
{
|
||||||
fc::async([this]{resync();}, "Resync after block");
|
fc::async([this]{resync();}, "Resync after block");
|
||||||
}, {dynamic_global_property_id_type()} );
|
}, {dynamic_global_property_id_type()} );
|
||||||
|
_wallet.chain_id = _chain_id;
|
||||||
}
|
}
|
||||||
virtual ~wallet_api_impl()
|
virtual ~wallet_api_impl()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue