Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
96f957ad39
  1. 2
      gecko/gecko_blocks.c
  2. 1
      includes/iguana_funcs.h

2
gecko/gecko_blocks.c

@ -147,7 +147,7 @@ int32_t gecko_hwmset(struct supernet_info *myinfo,struct iguana_info *virt,struc
{
bp->numsaved++;
virt->current = bp;
virt->RTramchain = bp->ramchain;
iguana_RTspendvectors(virt,bp);
iguana_RTramchainalloc("RTbundle",virt,bp);
iguana_update_balances(virt);
iguana_realtime_update(myinfo,virt);

1
includes/iguana_funcs.h

@ -528,6 +528,7 @@ struct iguana_peer *basilisk_ensurerelay(struct supernet_info *myinfo,struct igu
int32_t iguana_datachain_scan(struct supernet_info *myinfo,struct iguana_info *coin,uint8_t rmd160[20]);
void iguana_RTramchainalloc(char *fname,struct iguana_info *coin,struct iguana_bundle *bp);
void iguana_update_balances(struct iguana_info *coin);
void iguana_RTspendvectors(struct iguana_info *coin,struct iguana_bundle *bp);
#include "../includes/iguana_api.h"

Loading…
Cancel
Save