Skip to content
This repository was archived by the owner on Sep 6, 2024. It is now read-only.

Commit 34ba0a0

Browse files
author
domschiener
committed
quick update to Readme
1 parent 4918fd0 commit 34ba0a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,11 +532,11 @@ This API function helps you to determine whether you should replay a transaction
532532
iota.api.isReattachable(inputAddress, callback)
533533
```
534534

535-
1. **`inputAddress`**: `String` address used as input in a transaction
535+
1. **`inputAddress`**: `String | Array` address used as input in a transaction. Either string or array.
536536
2. **`callback`**: `Function` callback function
537537

538538
#### Returns
539-
`Bool` - true / false
539+
`Bool` - true / false (if you provided an array, it's an array of bools)
540540

541541
---
542542

0 commit comments

Comments
 (0)