Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ exports[`Kusama AssetHub Multisig Proxy > success tests > Cancel 2-of-3 multisig
[
{
"data": {
"approving": "ELPF5Yb4cyVYneiw5esrkLJP1pFCdyw35owdHFHfVef9EUh",
"approving": "(redacted)",
"callHash": "(hash)",
"multisig": "(redacted)",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ exports[`Kusama Coretime Multisig Proxy > success tests > Cancel 2-of-3 multisig
[
{
"data": {
"approving": "Fm3riF8Pw6Fr9ZQtZo9sgdJt1E3yJvh83Jfo6LNKhrcphK8",
"approving": "(redacted)",
"callHash": "(hash)",
"multisig": "(redacted)",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ exports[`Kusama Multisig with Proxy > success tests > Cancel 2-of-3 multisig wit
[
{
"data": {
"approving": "EayYEA3eXV8Ey5oEqXZ7vet1XRYAxTDtBbuZ9nEvVVLDmZ4",
"approving": "(redacted)",
"callHash": "(hash)",
"multisig": "(redacted)",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ exports[`People Kusama Multisig Proxy > success tests > Cancel 2-of-3 multisig w
[
{
"data": {
"approving": "FnSPhHnifMvsruFbjfCvDw42bgyrJ3CF759DZbLTJRE5Tka",
"approving": "(redacted)",
"callHash": "(hash)",
"multisig": "(redacted)",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ exports[`Polkadot AssetHub Multisig Proxy > success tests > Cancel 2-of-3 multis
[
{
"data": {
"approving": "15m8TJPjWNjk3ij8b1sVhrt8iPQo1aUD3TAKA7hQmJgg4c1J",
"approving": "(redacted)",
"callHash": "(hash)",
"multisig": "(redacted)",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ exports[`Polkadot Collectives Multisig Proxy > success tests > Cancel 2-of-3 mul
[
{
"data": {
"approving": "13hXzvDdnpyX3eHkDuXCeWGX3aVnwxWmyEijZXVMxsQZ41ZP",
"approving": "(redacted)",
"callHash": "(hash)",
"multisig": "(redacted)",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ exports[`Polkadot Coretime Multisig Proxy > success tests > Cancel 2-of-3 multis
[
{
"data": {
"approving": "1AZPXKv7JjFeP2HinaAgtVUxJHkfz5kkHS4RsSAbSp5v9CG",
"approving": "(redacted)",
"callHash": "(hash)",
"multisig": "(redacted)",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ exports[`People Polkadot Multisig Proxy > success tests > Cancel 2-of-3 multisig
[
{
"data": {
"approving": "16HDq2bXYHcGUY81ESHc7yWZ4D2hNCPecF88LWD9FUmaB1Mi",
"approving": "(redacted)",
"callHash": "(hash)",
"multisig": "(redacted)",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ exports[`Polkadot Multisig with Proxy > success tests > Cancel 2-of-3 multisig w
[
{
"data": {
"approving": "15tqmU53bSoExkZmo6FjTaPBBhXWTXWVBWs5yPZ1mWubXpmb",
"approving": "(redacted)",
"callHash": "(hash)",
"multisig": "(redacted)",
},
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/src/multisig.proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ async function cancelMultisigWithPureProxyTest<

// Check that the multisig was created successfully
await checkEvents(multisigEvents, 'multisig')
.redact({ redactKeys: /multisig/ })
.redact({ redactKeys: /multisig|approving/ })
.toMatchSnapshot('events when Alice creates multisig')

// Check the multisig creation event (and extract multisig account address)
Expand Down
Loading