From 0e35c001c7138c59df4e0da99bdc937f95300250 Mon Sep 17 00:00:00 2001 From: Josh Siegel Date: Sun, 8 May 2022 21:35:08 +0000 Subject: [PATCH] algo/payload3: lets not comment this out @ gusc1a-ossdev-jsl5 --- algorand/test/test.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/algorand/test/test.py b/algorand/test/test.py index 65c207ea1..126143ef1 100644 --- a/algorand/test/test.py +++ b/algorand/test/test.py @@ -485,9 +485,9 @@ class AlgoTest(PortalCore): def simple_test(self): - vaa = self.parseVAA(bytes.fromhex("01000000000100ddc6993585b909c3e861830244122e0daf45101663942484aa56ee2b51fa3ff016411102f993935d428a5aa0c3ace74facd60822435893b74b24fadde0fbad49006277c3fe0000000000088edf5b0e108c3a1a0a4b704cc89591f2ad8d50df24e991567e640ed720a94be200000000000000060003000000000000000000000000000000000000000000000000000000000000006400000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000800080000000000000000000000000000000000000000000000000000000000000000ff")) - pprint.pprint(vaa) - sys.exit(0) + #vaa = self.parseVAA(bytes.fromhex("01000000000100ddc6993585b909c3e861830244122e0daf45101663942484aa56ee2b51fa3ff016411102f993935d428a5aa0c3ace74facd60822435893b74b24fadde0fbad49006277c3fe0000000000088edf5b0e108c3a1a0a4b704cc89591f2ad8d50df24e991567e640ed720a94be200000000000000060003000000000000000000000000000000000000000000000000000000000000006400000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000800080000000000000000000000000000000000000000000000000000000000000000ff")) + #pprint.pprint(vaa) + #sys.exit(0) # q = bytes.fromhex(gt.genAssetMeta(gt.guardianPrivKeys, 1, 1, 1, bytes.fromhex("4523c3F29447d1f32AEa95BEBD00383c4640F1b4"), 1, 8, b"USDC", b"CircleCoin")) # pprint.pprint(self.parseVAA(q))