@functionland/react-native-fula 1.39.1 → 1.39.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1238,8 +1238,8 @@ public class FulaModule extends ReactContextBaseJavaModule {
1238
1238
 
1239
1239
  @ReactMethod
1240
1240
  public void assetsBalance(String account, String assetId, String classId, Promise promise) {
1241
- long assetIdLong = Long.parseLong(poolID);
1242
- long classIdLong = Long.parseLong(poolID);
1241
+ long assetIdLong = Long.parseLong(assetId);
1242
+ long classIdLong = Long.parseLong(classId);
1243
1243
  ThreadUtils.runOnExecutor(() -> {
1244
1244
  Log.d("ReactNative", "assetsBalance called ");
1245
1245
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@functionland/react-native-fula",
3
- "version": "1.39.1",
3
+ "version": "1.39.2",
4
4
  "description": "This package is a bridge to use the Fula libp2p protocols in the react-native which is using wnfs",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",