maxonrow / maxonrow-go

Maxonrow Blockchain
https://www.maxonrow.com/
5 stars 6 forks source link

Multisig: re-submission a Tx #77

Closed b00f closed 4 years ago

b00f commented 4 years ago

We need to make sure when user create a Tx , tx_id is always same as counter+1 in multisig account. User should not be able to submit a tx twice, regardless of Pending_Txs list.

yenkhoon commented 4 years ago

When we creating internal transaction, we have checking for signature. This issue is resolved.