[ci] Update start-core.sh to create default wallet for bitcoind 0.21.0

This commit is contained in:
Steve Myers
2021-01-24 17:46:41 -08:00
parent 5e352489a0
commit eeff3b5049
2 changed files with 3 additions and 3 deletions

View File

@@ -360,7 +360,7 @@ impl TestClient {
}
if self.get_balance(None, None).unwrap() < Amount::from_sat(required_balance) {
panic!("Insufficient funds in bitcoind. Plase generate a few blocks with: `bitcoin-cli generatetoaddress 10 {}`", self.get_new_address(None, None).unwrap());
panic!("Insufficient funds in bitcoind. Please generate a few blocks with: `bitcoin-cli generatetoaddress 10 {}`", self.get_new_address(None, None).unwrap());
}
// FIXME: core can't create a tx with two outputs to the same address