File tree Expand file tree Collapse file tree 3 files changed +1
-14
lines changed
Expand file tree Collapse file tree 3 files changed +1
-14
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 @@ -13,9 +13,7 @@ mod wallet;
1313
1414use crate :: bitcoin:: FeeRate ;
1515use crate :: bitcoin:: OutPoint ;
16- use crate :: bitcoin:: Script ;
1716use crate :: error:: RequestBuilderError ;
18- use crate :: error:: TransactionError ;
1917use crate :: types:: LockTime ;
2018use crate :: types:: PkOrF ;
2119
You can’t perform that action at this time.
0 commit comments