Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #5254 from conr2d/cleos
Browse files Browse the repository at this point in the history
Remove unused variable
  • Loading branch information
heifner authored Aug 15, 2018
2 parents b5c7394 + cc7aba1 commit 8d283f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion programs/cleos/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2350,7 +2350,6 @@ int main( int argc, char** argv ) {

add_standard_transaction_options(transfer, "sender@active");
transfer->set_callback([&] {
signed_transaction trx;
if (tx_force_unique && memo.size() == 0) {
// use the memo to add a nonce
memo = generate_nonce_string();
Expand Down

0 comments on commit 8d283f1

Please sign in to comment.