From 981117280de3ae957d1bc90dabf6fd98c284700c Mon Sep 17 00:00:00 2001 From: Evgeny Vlasenko Date: Sat, 21 Oct 2023 15:22:07 -0600 Subject: [PATCH] fix: readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8aaac34..dcf5e09 100644 --- a/README.md +++ b/README.md @@ -531,7 +531,7 @@ type TransactionOutput = { tx.addOutput(o: TransactionOutput): number; tx.updateOutput(idx: number, output: TransactionOutput); -tx.addOutputAddress(address: string, amount: string | bigint, network = NETWORK): number; +tx.addOutputAddress(address: string, amount: bigint, network = NETWORK): number; const compressed = hex.decode( '030000000000000000000000000000000000000000000000000000000000000001'