Advertisement
Guest User

Untitled

a guest
Mar 24th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1.  
  2. bool orderImplementation(Order& order, Wallets& wallets,Transactions& transactions, FmiCoins& fmicoins, std::ofstream output)
  3. {
  4. makeTransaction(fmicoins, order.walletId, , order.fmiCoins);
  5. addTransaction(transactions, transaction,output);
  6. incrementCounterAndStoreIfNeeded(wallets, output, );
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement