Add account address lookup table
This commit is contained in:
committed by
Michael Vines
parent
1d7dbe859a
commit
5bdeeda569
@@ -23,7 +23,7 @@ function TransactionsCard() {
|
||||
try {
|
||||
const length = bs58.decode(signature).length;
|
||||
if (length > 64) {
|
||||
setError("Signature is too short");
|
||||
setError("Signature is too long");
|
||||
return;
|
||||
} else if (length < 64) {
|
||||
setError("Signature is too short");
|
||||
|
Reference in New Issue
Block a user