mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 11:32:46 +01:00
Merge bitcoin/bitcoin#26997: psbt: s/transcation/transaction/
906631450df9927e690658184aa8a6b1b3a29ee9 s/transcation/transaction/ (Greg Sanders) Pull request description: ACKs for top commit: fanquake: ACK 906631450df9927e690658184aa8a6b1b3a29ee9 - looks like other comments are being addressed elsewhere. Tree-SHA512: c835a14db2e0cf5e0317c95c8c7441df1f7c6cb14be7809fd947e07ea9d23f1f171f111429aabd0509b7f17601bc742041316b18e1135e547a966961f2c65038
This commit is contained in:
parent
befdbeddf9
commit
34c895a542
@ -442,7 +442,7 @@ struct PartiallySignedTransaction
|
||||
|
||||
// Make sure that we got an unsigned tx
|
||||
if (!tx) {
|
||||
throw std::ios_base::failure("No unsigned transcation was provided");
|
||||
throw std::ios_base::failure("No unsigned transaction was provided");
|
||||
}
|
||||
|
||||
// Read input data
|
||||
|
Loading…
Reference in New Issue
Block a user