You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the flutter version of the BDK,
there seem to be missing the policy module to extract the policy tree from the wallet and the policy_path methods on transaction builder to provide paths when creating transactions.
When trying yo create a transaction with a descriptor that contains multisig and timelock rules, this error is being returned instead:
E/flutter (14275): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Exception: Error: SpendingPolicyRequiredException( Spending policy is not compatible with: KeychainKind.External )
The text was updated successfully, but these errors were encountered:
In the flutter version of the BDK,
there seem to be missing the policy module to extract the policy tree from the wallet and the policy_path methods on transaction builder to provide paths when creating transactions.
When trying yo create a transaction with a descriptor that contains multisig and timelock rules, this error is being returned instead:
E/flutter (14275): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Exception: Error: SpendingPolicyRequiredException( Spending policy is not compatible with: KeychainKind.External )
The text was updated successfully, but these errors were encountered: