diff options
| author | cyan <cyjan@mrcyjanek.net> | 2024-07-30 18:31:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-30 18:31:06 +0200 |
| commit | 4b4e434c250818c1de468e76317cb309be71b279 (patch) | |
| tree | 312447814e611a9c8be1acf98833c5fc6f4735ab /impls/monero.dart/lib/wownero.dart | |
| parent | 373588247bcdb0ef2a16531fb8cd556743c5cd74 (diff) | |
make checksum less noisy (#23)
Diffstat (limited to 'impls/monero.dart/lib/wownero.dart')
| -rw-r--r-- | impls/monero.dart/lib/wownero.dart | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/impls/monero.dart/lib/wownero.dart b/impls/monero.dart/lib/wownero.dart index 401da8d..5a0a288 100644 --- a/impls/monero.dart/lib/wownero.dart +++ b/impls/monero.dart/lib/wownero.dart @@ -3634,25 +3634,6 @@ String WOWNERO_checksum_wallet2_api_c_exp() { return s.cast<Utf8>().toDartString(); } -int WOWNERO_checksum_wallet2_api_c_version() { - debugStart?.call('WOWNERO_checksum_wallet2_api_c_version'); - lib ??= WowneroC(DynamicLibrary.open(libPath)); - - final s = lib!.WOWNERO_checksum_wallet2_api_c_version(); - debugEnd?.call('WOWNERO_checksum_wallet2_api_c_version'); - return s; -} - -String WOWNERO_checksum_wallet2_api_c_date() { - debugStart?.call('WOWNERO_checksum_wallet2_api_c_date'); - lib ??= WowneroC(DynamicLibrary.open(libPath)); - - final s = lib!.WOWNERO_checksum_wallet2_api_c_date(); - debugEnd?.call('WOWNERO_checksum_wallet2_api_c_date'); - return s.cast<Utf8>().toDartString(); -} - - void WOWNERO_free(Pointer<Void> wlptr) { debugStart?.call('WOWNERO_free'); lib ??= WowneroC(DynamicLibrary.open(libPath)); |
