We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a210a7 commit a3410dcCopy full SHA for a3410dc
1 file changed
transaction.go
@@ -446,6 +446,7 @@ func NewTransaction(instructions []Instruction, recentBlockHash Hash, opts ...Tr
446
l := lookupsMap[tablePubKey]
447
lookupsWritableKeys = append(lookupsWritableKeys, l.Writable...)
448
lookupsReadOnlyKeys = append(lookupsReadOnlyKeys, l.Readonly...)
449
+
450
lookups = append(lookups, MessageAddressTableLookup{
451
AccountKey: tablePubKey,
452
WritableIndexes: l.WritableIndexes,
0 commit comments