Skip to content

Commit

Permalink
Added cache storage for transfer
Browse files Browse the repository at this point in the history
EDDragonWolf committed Feb 21, 2018
1 parent 72d590e commit d2b579e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/supernode/baseclientproxy.cpp
Original file line number Diff line number Diff line change
@@ -313,6 +313,7 @@ bool supernode::BaseClientProxy::Transfer(const supernode::rpc_command::TRANSFER
if (!do_not_relay)
{
wal->commit_tx(ptx_vector);
storeWalletState(wal.get());
}

// populate response with tx hash

0 comments on commit d2b579e

Please sign in to comment.