Following from https://github.com/mimblewimble/grin/pull/530, at present there is a single context object per wallet for aggsig transactions, which means everything will get very confused if two transactions are sent to a wallet at once.
-Each transaction should be given an ID
-The context object should map IDs to instances of all of the data needed for a transaction.
Following from https://github.com/mimblewimble/grin/pull/530, at present there is a single context object per wallet for aggsig transactions, which means everything will get very confused if two transactions are sent to a wallet at once.
-Each transaction should be given an ID -The context object should map IDs to instances of all of the data needed for a transaction.