mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-20 07:24:26 +01:00
6 lines
108 B
C
6 lines
108 B
C
#include "breez_liquid_sdk.h"
|
|
|
|
int64_t dummy_bundler(void) {
|
|
return dummy_method_to_enforce_bundling();
|
|
}
|