diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2026-05-08 21:43:24 -0400 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2026-05-08 21:43:24 -0400 |
| commit | 57e6555a5c51d6ddc0f5fb6d2675bc7f38a59705 (patch) | |
| tree | 2ba874d93d3a67610c7ee58c7aa3894ed58619d5 /impls/monero.dart/lib/src/wownero.dart | |
| parent | 15b46af9e2ad37edb79f7be5ea301206361d53b2 (diff) | |
trezor import/export/sign functionscyjan-twip2
Diffstat (limited to 'impls/monero.dart/lib/src/wownero.dart')
| -rw-r--r-- | impls/monero.dart/lib/src/wownero.dart | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/impls/monero.dart/lib/src/wownero.dart b/impls/monero.dart/lib/src/wownero.dart index c1ef9eb..ebf576b 100644 --- a/impls/monero.dart/lib/src/wownero.dart +++ b/impls/monero.dart/lib/src/wownero.dart @@ -819,6 +819,9 @@ class WowneroUnsignedTransaction implements Wallet2UnsignedTransaction { @override int ffiAddress() => unsignedTransactionPtr.address; + + @override + String commitTrezor(int tx_index) => throw UnimplementedError(); } class WowneroWallet implements Wallet2Wallet { |
