forked from lthn/blockchain
coretests: wallet_rpc_integrated_address_transfer fixed
This commit is contained in:
parent
204e6054c0
commit
f8f0e7a817
1 changed files with 0 additions and 1 deletions
|
|
@ -117,7 +117,6 @@ bool wallet_rpc_integrated_address_transfer::c1(currency::core& c, size_t ev_ind
|
|||
tools::wallet_rpc::COMMAND_RPC_TRANSFER::request req = AUTO_VAL_INIT(req);
|
||||
req.fee = TESTS_DEFAULT_FEE;
|
||||
req.mixin = 0;
|
||||
req.unlock_time = 0;
|
||||
tools::wallet_rpc::trnsfer_destination tds = AUTO_VAL_INIT(tds);
|
||||
tds.address = alice_integrated_address;
|
||||
tds.amount = MK_TEST_COINS(3);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue