File tree Expand file tree Collapse file tree 3 files changed +1
-13
lines changed
Expand file tree Collapse file tree 3 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,6 @@ interface RequestBuilderError {
99 RequestAlreadyConsumed();
1010};
1111
12- [Error]
13- interface TransactionError {
14- Io();
15- OversizedVectorAllocation();
16- InvalidChecksum(string expected, string actual);
17- NonMinimalVarInt();
18- ParseFailed();
19- UnsupportedSegwitFlag(u8 flag);
20- OtherTransactionErr();
21- };
22-
2312// ------------------------------------------------------------------------
2413// bdk_wallet crate - types module
2514// ------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -745,7 +745,7 @@ pub enum SignerError {
745745 Psbt { error_message : String } ,
746746}
747747
748- #[ derive( Debug , thiserror:: Error ) ]
748+ #[ derive( Debug , thiserror:: Error , uniffi :: Error ) ]
749749pub enum TransactionError {
750750 #[ error( "io error" ) ]
751751 Io ,
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ use crate::bitcoin::FeeRate;
1515use crate :: bitcoin:: OutPoint ;
1616use crate :: bitcoin:: Script ;
1717use crate :: error:: RequestBuilderError ;
18- use crate :: error:: TransactionError ;
1918use crate :: types:: FullScanRequest ;
2019use crate :: types:: FullScanRequestBuilder ;
2120use crate :: types:: FullScanScriptInspector ;
You can’t perform that action at this time.
0 commit comments