Skip to content

Commit 1da8fac

Browse files
committed
reset multisig addr
1 parent f49cfc1 commit 1da8fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/multi_sig_cdeposit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def main():
1313
# Address of the multi-sig user that the action will be executed for
1414
# Executing the action requires at least the specified threshold of signatures
1515
# required for that multi-sig user
16-
multi_sig_user = "0xfBfd36dFc2f5b1b82cCd33D695568f5Ca0792A3F"
16+
multi_sig_user = "0x0000000000000000000000000000000000000005"
1717

1818
timestamp = get_timestamp_ms()
1919

0 commit comments

Comments
 (0)