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 @@ -4,17 +4,6 @@ namespace bdk {};
44// bdk crate - error module
55// ------------------------------------------------------------------------
66
7- [Error]
8- interface TransactionError {
9- Io();
10- OversizedVectorAllocation();
11- InvalidChecksum(string expected, string actual);
12- NonMinimalVarInt();
13- ParseFailed();
14- UnsupportedSegwitFlag(u8 flag);
15- OtherTransactionErr();
16- };
17-
187// ------------------------------------------------------------------------
198// bdk_wallet crate - types module
209// ------------------------------------------------------------------------
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,8 +13,6 @@ mod wallet;
1313
1414use crate :: bitcoin:: FeeRate ;
1515use crate :: bitcoin:: OutPoint ;
16- use crate :: bitcoin:: Script ;
17- use crate :: error:: TransactionError ;
1816
1917use bdk_wallet:: bitcoin:: Network ;
2018
You can’t perform that action at this time.
0 commit comments