Make it mandatory for the user to set the master fingerprint in the wallet settings for seed signing. Improve error messages.

This commit is contained in:
nicolas.dorier
2019-12-23 22:24:29 +09:00
parent a73d2db02a
commit aa459d0ff3
2 changed files with 22 additions and 11 deletions

View File

@@ -485,8 +485,6 @@ namespace BTCPayServer.Tests
}
}
SignWith(mnemonic);
var accountKey = root.Derive(new KeyPath("m/84'/1'/0'")).GetWif(Network.RegTest).ToString();
SignWith(accountKey);
}
}
}