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
Payments bearing unknown brands are supposed to be queued until the corresponding issuer is added. In the queue implementation, an array is hardened and then we later .push() to it, which throws.
Describe the bug
Payments bearing unknown brands are supposed to be queued until the corresponding issuer is added. In the queue implementation, an array is
harden
ed and then we later.push()
to it, which throws.To Reproduce
Run this test:
agoric-sdk/packages/inter-protocol/test/smartWallet/test-psm-integration.js
Line 363 in b63db15
Expected behavior
doesn't throw. Payment is deposited when the issuer comes along
Additional context
Unknown brands are only possible in MN-2 / MN-3 / devnet.
cc @turadg
The text was updated successfully, but these errors were encountered: