Small optimization for faster AddDerivationScheme

This commit is contained in:
nicolas.dorier
2020-04-05 18:34:46 +09:00
parent 5f838db281
commit a01b2e4a83
4 changed files with 11 additions and 4 deletions

View File

@@ -2431,7 +2431,6 @@ noninventoryitem:
ItemDesc = "Some \", description",
FullNotifications = true
}, Facade.Merchant);
var networkFee = Money.Satoshis(10000).ToDecimal(MoneyUnit.BTC);
var missingMoney = Money.Satoshis(5000).ToDecimal(MoneyUnit.BTC);
var cashCow = tester.ExplorerNode;