1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
|
}
}
}
return
}
interp alias {} ::nano::ledger::lmdb::_magicSpeedup {} time
proc ::nano::ledger::lmdb::getPending {lmdbInfo args} {
if {[llength $args] > 0} {
set account [lindex $args 0]
set accountPubKey [::nano::address::toPublicKey $account -binary]
append searchKey $accountPubKey
|
>
|
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
|
}
}
}
return
}
# XXX:TODO: Track down why this speeds things up >10x
interp alias {} ::nano::ledger::lmdb::_magicSpeedup {} time
proc ::nano::ledger::lmdb::getPending {lmdbInfo args} {
if {[llength $args] > 0} {
set account [lindex $args 0]
set accountPubKey [::nano::address::toPublicKey $account -binary]
append searchKey $accountPubKey
|