Remove warnings

This commit is contained in:
nicolas.dorier
2020-02-24 22:12:50 +09:00
parent 2a7f6e4aa3
commit a3e7729c52
2 changed files with 5 additions and 6 deletions

View File

@@ -117,7 +117,7 @@ namespace BTCPayServer.Controllers
.GetMetadataAsync<string>(derivationScheme.AccountDerivation,
WellknownMetadataKeys.MasterHDKey);
return await SignWithSeed(walletId,
return SignWithSeed(walletId,
new SignWithSeedViewModel() {SeedOrKey = extKey, PSBT = psbt.ToBase64()});
}