XRPL-Labs / xrpld-hooks

ISC License
94 stars 28 forks source link

[Notary example fails at propose-txn.js with error] (Version: [1.6.0-hooks]) #30

Closed treisto closed 1 year ago

treisto commented 2 years ago

Issue Description

Notary example fails at propose-txn.js with error.

Steps to Reproduce

1) Create 5 XRPL accounts:

2) Install the hook with notary.js on notary account node notary <N_secret_key, 3, S1_public_key, S2_public_key, S3_public_key>

3) Propose txn: node propose-txn <S1_secret_key, N_public_key, 100, R_public_key>

4) Get error while running it:

image

Expected Result

Actual Result

Environment

Supporting Files

RichardAH commented 1 year ago

Thanks for the report. While this most likely is a bug in that file, this is a JS helper, not part of hooks proper and won't be released with hooks amendment. Going to close this.