git.delta.rocks / unique-network / refs/commits / 98dd35a1f09a

difftreelog

refactor remove unused code

PraetorP2023-12-08parent: #a7e1242.patch.diff
in: master

1 file changed

modifiedjs-packages/playgrounds/unique.dev.tsdiffbeforeafterboth
1198 externalMotion.encodedLength,1198 externalMotion.encodedLength,
1199 );1199 );
12001200
1201 // const councilProposalIdx = await this.helper.collective.council.proposalCount() - 1;
1202 // await this.helper.collective.council.vote(aliceAccount, motionHash, councilProposalIdx, true);
1203
1204
1205 // await this.helper.collective.council.close(
1206 // aliceAccount,
1207 // motionHash,
1208 // councilProposalIdx,
1209 // {
1210 // refTime: 1_000_000_000,
1211 // proofSize: 1_000_000,
1212 // },
1213 // externalMotion.encodedLength,
1214 // );
1215 console.log('\t* Propose external motion through council.......DONE');1201 console.log('\t* Propose external motion through council.......DONE');
1216 // <<< Propose external motion through council <<<1202 // <<< Propose external motion through council <<<
12171203