Skip to content

Commit

Permalink
Update UT_Transaction.cs (neo-project#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon authored and Tommo-L committed Jun 22, 2020
1 parent 1dde609 commit f1c2879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo.UnitTests/UT_Transaction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public void FeeIsMultiSigContract()
using (var unlockB = walletB.Unlock("123"))
{
var ta = new Task<WalletAccount>(() => walletA.CreateAccount());
var tb = new Task<WalletAccount>(() => walletA.CreateAccount());
var tb = new Task<WalletAccount>(() => walletB.CreateAccount());
ta.Start();
tb.Start();
Task.WaitAll(ta, tb);
Expand Down

0 comments on commit f1c2879

Please sign in to comment.